ParagraphProperties Class

Represents formatting properties for paragraphs.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ParagraphProperties
Inheritance
Object    ParagraphProperties

Constructors

ParagraphProperties Initializes a new instance of the ParagraphProperties class.

Properties

AutoTextIndent Specifies that the first line of a paragraph is indented by a value that is based on the current font size.
AutoWritingMode Specifies whether a consumer may recalculate the writing mode of a paragraph based on its content whenever the content is edited.
BackgroundColor Specifies the background color of the page layout.
BackgroundFill Specifies a fill as a background.
BackgroundImage Specifies an image as a background.
Border Specifies the border of the paragraph.
BorderLineWidth Specifies the widths of borders defined by the FO border properties for borders where the value of these properties is double.
BottomBorder Specifies the bottom border of the paragraph.
BottomBorderLineWidth Specifies the widths of the bottom border for borders defined by the FO border properties if the property for the bottom border has the value double.
BottomMargin Specifies the bottom margin of the page layout.
BottomPadding Specifies the bottom padding of the page layout.
BreakAfter Specifies the break after paragraph.
BreakBefore Specifies the break before paragraph.
EnableLineNumbering Specifies whether lines are numbered.
FixedLineHeight Specifies the fixed line height.
JustifySingleWord Specifies whether a single word should be justified when the last line in a paragraph is justified.
KeepTogether 
KeepWithNext 
LeftBorder Specifies the left border of the paragraph.
LeftBorderLineWidth Specifies the widths of the left border for borders defined by the FO border properties if the property for the left border has the value double.
LeftMargin Specifies the left margin of the page layout.
LeftPadding Specifies the left padding of the page layout.
LineBreak Specifies whether word wrapping is allowed for axis labels.
LineDistance Specifies the fixed distance between two lines.
LineNumberStartValue Specifies the new start value for line numbering.
Margin Specifies the margin of the page layout.
MinimumLineHeight Specifies the minimum line height.
Orphans 
Padding Specifies the padding of the page layout.
PageNumber Specifies the page number that should be used for a new page when either a paragraph or table style specifies a master page that should be applied beginning from the start of a paragraph or table.
PunctuationWrap Specifies whether a punctuation mark, if one is present, can be hanging, that is, whether it can placed in the margin area at the end of a full line of text.
RegisterTrue Specifies whether the lines on both sides of a printed page align. The text baselines of text in page columns or text box columns also align.
RightBorder Specifies the right border of the paragraph.
RightBorderLineWidth Specifies the widths of the right border for borders defined by the FO border properties if the property for the right border has the value double.
RightMargin Specifies the right margin of the page layout.
RightPadding Specifies the right padding of the page layout.
Shadow Specifies the shadow effect.
SnapToLayoutGrid Specifies whether the layout of a paragraph should consider the layout grid settings of the page where it appears.
TabStopDistance Specifies the distance between default tab stops.
TabStops Specifies the distance between default tab stops.
TextAlignment Specifies the alignment of paragraphs in a text.
TextAlignmentLastLine Specifies the text last line alignment.
TextAutospace Specifies whether to add space between portions of Asian, Western, and complex texts.
TextIndent Specifies the indent for the text lines of a list item.
TopBorder Specifies the top border of the paragraph.
TopBorderLineWidth Specifies the widths of the top border for borders defined by the FO border properties if the property for the top border has the value double.
TopMargin Specifies the top margin of the page layout.
TopPadding Specifies the top padding of the page layout.
UseFontIndependentLineSpacing Specifies if font independent line spacing is used.
Widows Specifies the minimum number of lines that shall be displayed at the top of a page to avoid paragraph widows.
WritingMode Specifies the writing mode of the paragraph.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ParagraphProperties object to its equivalent string representation.
(Overrides ObjectToString)

See Also